home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
ebook.dxr
/
00062.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
278 b
|
21 lines
on mouseEnter
cursor([121, 122])
set the member of sprite 13 to 134
end
on mouseDown
end
on mouseUp
if rollover(13) then
set the member of sprite 13 to 133
cursor(-1)
go("02")
end if
end
on mouseLeave
cursor(-1)
set the member of sprite 13 to 133
end